Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle vote extensions #47

Merged
merged 47 commits into from
Feb 26, 2024
Merged

Oracle vote extensions #47

merged 47 commits into from
Feb 26, 2024

Conversation

antstalepresh
Copy link
Collaborator

No description provided.

@antstalepresh antstalepresh marked this pull request as draft December 18, 2023 02:48
@@ -10,12 +10,9 @@ option go_package = "github.com/Team-Kujira/core/x/oracle/types";
// GenesisState defines the oracle module's genesis state.
message GenesisState {
Params params = 1 [(gogoproto.nullable) = false];
repeated FeederDelegation feeder_delegations = 2 [(gogoproto.nullable) = false];
repeated ExchangeRateTuple exchange_rates = 3
repeated ExchangeRateTuple exchange_rates = 2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should retain the same indexes for the same properties? Make an old genesis export compatible with the new module

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Genesis encoding/decoding's done in JSON and proto index won't be affected I believe.

@antstalepresh antstalepresh force-pushed the oracle-vote-extensions branch from a8d994a to 718bc47 Compare February 1, 2024 02:47
@codehans codehans force-pushed the oracle-vote-extensions branch from bccf555 to e4dbc99 Compare February 21, 2024 14:43
@antstalepresh antstalepresh marked this pull request as ready for review February 26, 2024 00:30
@antstalepresh antstalepresh merged commit 0a45539 into sdk-50 Feb 26, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants